翻訳と辞書
Words near each other
・ Java AWT Native Interface
・ Java backporting tools
・ Java barb
・ Java Barn
・ Java Bindings for OpenGL
・ Java BluePrints
・ Java Business Integration
・ Java bytecode
・ Java bytecode instruction listings
・ Java campaign of 1806–07
・ Java Caps
・ Java Card
・ Java Card OpenPlatform
・ Java Champions
・ Java chicken
Java class file
・ Java Class Library
・ Java Classloader
・ Java Code Coverage Tools
・ Java coffee
・ Java collections framework
・ Java Community Process
・ Java compiler
・ Java concurrency
・ Java Cryptography Architecture
・ Java Cryptography Extension
・ Java Data Mining
・ Java Data Objects
・ Java Database Connectivity
・ Java Decompiler


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Java class file : ウィキペディア英語版
Java class file

A Java class file is a file (with the .class filename extension) containing Java bytecode that can be executed on the Java Virtual Machine (JVM). A Java class file is produced by a Java compiler from Java programming language source files (.java files) containing Java classes. If a source file has more than one class, each class is compiled into a separate class file.
JVMs are available for many platforms, and a class file compiled on one platform will execute on a JVM of another platform. This makes Java platform-independent.
==History==
On 11 December 2006, the class file format was modified under Java Specification Request (JSR) 202.〔(JSR 202 ) Java Class File Specification Update〕

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Java class file」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.